Strange issue while executing "Repair-ClusterSharedVolume" cmdlet...

Hi all;

I want to check my CSV by using Repair-ClusterSharedVolume cmdlet. So when I execute it, the following error message appears:

  • The CSV is in Maintenance mode, while I executing the above cmdlet.
  • I am using Clustering feature in Windows Server 2012 with nearly all Update Rollups installed...

At the end of the above figure, you can see another strange thing.............

Any ideas?

Thanks

December 24th, 2013 8:31am

          Hello R.Alikhani,
          
          Thank you for your question.
          
          I am currently looking into this issue and will give you an update as soon as possible.
          
          Thank you for your understanding and support.

 

Free Windows Admin Tool Kit Click here and download it now
December 25th, 2013 9:51pm

Hi,


After my test that command can't be executed on the 2012r2 too, I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.


Thanks for your understanding and support.

December 30th, 2013 5:10am

Thanks for your support.

Free Windows Admin Tool Kit Click here and download it now
December 30th, 2013 8:57am

Hi,

From the error message, we can see the specified volume was not found with the cluster on the local machine. So would you please verify if the Cluster Share Volune is stored in C:\ClusterStorage\Volume1?

And hope this may help:

http://technet.microsoft.com/en-us/library/ee461010.aspx

January 2nd, 2014 2:48am

Hi,

Did you test the command without the " as below ?

Repair-ClusterSharedVolume C:\ClusterStorage\Volume1 -ChkDsk -Parameters "/F"

and with the Get-ClusterSharedVolume

You will get a listing of your CVS's

and get a report from the CSV  run this.

Repair-ClusterSharedVolume C:\ClusterStorage\Volume1 -Defrag -Parameters "/A /U
/V"

Free Windows Admin Tool Kit Click here and download it now
January 2nd, 2014 5:39pm

Check out this blog that was just posted on the topic:
http://blogs.msdn.com/b/clustering/archive/2014/01/01/10486462.aspx

Thanks!
Elden

January 3rd, 2014 8:49am

Hi,

From the error message, we can see the specified volume was not found with the cluster on the local machine. So would you please verify if the Cluster Share Volune is stored in C:\ClusterStorage\Volume1?

And hope this may help:

http://technet.microsoft.com/en-us/library/ee461010.aspx

Free Windows Admin Tool Kit Click here and download it now
January 3rd, 2014 2:29pm

Hi,

Did you test the command without the " as below ?

Repair-ClusterSharedVolume C:\ClusterStorage\Volume1 -ChkDsk -Parameters "/F"

and with the Get-ClusterSharedVolume

You will get a listing of your CVS's

and get a report from the CSV  run this.

Repair-ClusterSharedVolume C:\ClusterStorage\Volume1 -Defrag -Parameters "/A /U
/V"

January 3rd, 2014 2:33pm

A couple of things:

As you can see from the output of the cmdlet calling chkdsk through the cmdlet is deprecated. Please call chkdsk on the CSV volume directly.

If you are trying to make this work with the cmdlet pass the cluster disk corresponding to the CSV ... You should be able to determine that using get-clustersharedvolume

Free Windows Admin Tool Kit Click here and download it now
January 4th, 2014 12:47am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics